projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e90b6d9
)
Provide edebug.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 31 May 1993 17:28:56 +0000
(17:28 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 31 May 1993 17:28:56 +0000
(17:28 +0000)
lisp/emacs-lisp/edebug.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/edebug.el
b/lisp/emacs-lisp/edebug.el
index 678090f2ef22bd872484383eb5a167a644fea230..46bc16164878f95861a456195f28774abca9d2b0 100644
(file)
--- a/
lisp/emacs-lisp/edebug.el
+++ b/
lisp/emacs-lisp/edebug.el
@@
-2541,4
+2541,6
@@
You must include newlines in FMT to break lines."
)
(select-window selected-window)))
+(provide 'edebug)
+
;;; edebug.el ends here